home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / m / mr_backup / mrbackup.dms / in.adf / ARexx_Scripts / TestForMRBackup.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-03-13  |  175 b   |  8 lines

  1.  
  2. if ~(Show('P', 'MRBackup_#1')) then do
  3.     say "You must run MRBackup first. With a little work, you could"
  4.     say "get this ARexx script to do it for you."
  5.     exit 1
  6. end
  7.  
  8.